PowerTCP Emulation for .NET
Option Constructor(Byte[],Int32,Int32)




Contains option data.
Contains the offset into buffer.
Contains the option data count.
Initializes a new instance of Option.
Syntax
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
Dim instance As New Option(buffer, offset, count)
public Option( 
   byte[] buffer,
   int offset,
   int count
)
public: Option( 
   byte[]* buffer,
   int offset,
   int count
)
public:
Option( 
   array<byte>^ buffer,
   int offset,
   int count
)

Parameters

buffer
Contains option data.
offset
Contains the offset into buffer.
count
Contains the option data count.
Remarks

This constructor creates a new instance of Option with State set to OptionState.Off.

See Also

Reference

Option Class
Option Members
Overload List


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic